github.com/klauspost/compress/flate.decompressor.buf (field)
10 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L336: buf [4]byte
inflate.go#L604: f.buf[0] = uint8(f.b)
inflate.go#L605: f.buf[1] = uint8(f.b >> 8)
inflate.go#L606: f.buf[2] = uint8(f.b >> 16)
inflate.go#L607: f.buf[3] = uint8(f.b >> 24)
inflate.go#L613: nr, err := io.ReadFull(f.r, f.buf[offBytes:4])
inflate.go#L619: n := uint16(f.buf[0]) | uint16(f.buf[1])<<8
inflate.go#L620: nn := uint16(f.buf[2]) | uint16(f.buf[3])<<8
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |